home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
netclb23
/
nwcall.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-20
|
364 b
|
14 lines
#ifndef NWCALL_H
#define NWCALL_H
/**********************/
/* NW Call prototypes */
/**********************/
int NWcall(int ah_set,void *request, void *reply);
int NWcallx(int ah_set,int al_set,void *request, void *reply);
int NWF2call(byte function,void *request,word requestLength,
void *reply,word replyLength);
#endif